projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a91d93
)
(gnus-original-article-buffer, mail-reply-buffer, rmail-current-message):
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 14:35:26 +0000
(14:35 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 14:35:26 +0000
(14:35 +0000)
Add defvars.
lisp/mail/uce.el
patch
|
blob
|
history
diff --git
a/lisp/mail/uce.el
b/lisp/mail/uce.el
index 6dcf67e6d79c0b919123435635fbd183a8cfd3e2..07c09765971a7241923618a489966a5c8b74dfd2 100644
(file)
--- a/
lisp/mail/uce.el
+++ b/
lisp/mail/uce.el
@@
-115,6
+115,10
@@
;;; Code:
+(defvar gnus-original-article-buffer)
+(defvar mail-reply-buffer)
+(defvar rmail-current-message)
+
(require 'sendmail)
;; Those sections of code which are dependent upon
;; RMAIL are only evaluated if we have received a message with RMAIL...